home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / N2290520.PPD < prev    next >
Text File  |  1990-10-12  |  10KB  |  313 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "Silentwriter 2" version 52.0
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 009737 or 010049
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 9 July 1990
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.1"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(Silentwriter2)"
  20. *PSVersion: "(52.0) 0"
  21. *NickName: "Silentwriter2 290 v52.0"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "402498"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  29. *Throughput: "8"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not 
  37.   } ifelse 
  38.   {  %  if no password or not valid 
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) = 
  41.     (Please contact the author of this software.) = flush
  42.     quit 
  43.   } if 
  44.   serverdict begin exitserver
  45. "
  46. *End
  47.  
  48. *Reset: "
  49.   count 0 eq {  % is the password on the stack?
  50.     true 
  51.   }{
  52.     dup    % potential password
  53.     statusdict begin checkpassword end not 
  54.   } ifelse 
  55.   {  %  if no password or not valid 
  56.     (WARNING : Cannot reset printer.) = 
  57.     (Password supplied is not valid.) = 
  58.     (Please contact the author of this software.) = flush
  59.     quit 
  60.   } if 
  61.   serverdict begin exitserver
  62.   systemdict /quit get exec
  63.   (WARNING : Printer Reset Failed.) = flush
  64. "
  65. *End
  66.  
  67. *DefaultResolution: 300dpi
  68. *?Resolution: "
  69. save
  70.   initgraphics
  71.   0 0 moveto currentpoint matrix defaultmatrix transform
  72.   0 72 lineto currentpoint matrix defaultmatrix transform
  73.   3 -1 roll sub dup mul
  74.   3 1 roll exch sub dup mul
  75.   add sqrt round cvi
  76.   (          ) cvs print (dpi) = flush
  77. restore
  78. "
  79. *End
  80.  
  81. *% Halftone Information ===============
  82. *ScreenFreq: "60.0"
  83. *ScreenAngle: "45.0"
  84. *DefaultScreenProc: Dot
  85. *ScreenProc Line: "{ pop }"
  86. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  87.  
  88. *DefaultTransfer: Null
  89. *Transfer Null: "{ }"
  90. *Transfer Null.Inverse: "{ 1 exch sub }"
  91.  
  92. *% Paper Handling ===================
  93.  
  94. *% Use these entries to set paper size most of the time, unless there is
  95. *% specific reason to use PageRegion or PaperTray.
  96. *DefaultPageSize: Letter
  97. *PageSize Letter: "statusdict begin lettertray end"
  98. *PageSize Legal: "statusdict begin legaltray end"
  99. *PageSize A4: "statusdict begin a4tray end"
  100. *PageSize B5: "statusdict begin b5tray end"
  101. *?PageSize: "
  102.  save statusdict begin
  103.   4 dict begin
  104.    /letter (Letter) def 
  105.    /legal (Legal) def
  106.    /a4 (A4) def
  107.    /b5 (B5) def 
  108.    papersize {
  109.      {load exec} stopped not{= flush}if
  110.    }{
  111.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  112.    }ifelse
  113.   end
  114.  end restore
  115. "
  116. *End
  117.  
  118. *% These entries will set up the frame buffer. Usually used with manual feed.
  119. *DefaultPageRegion: Letter
  120. *PageRegion Letter: "letter"
  121. *PageRegion Legal: "legal"
  122. *PageRegion A4: "a4"
  123. *PageRegion B5: "b5"
  124.  
  125. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  126. *% These errors should be trapped by software and a message displayed
  127. *DefaultPaperTray: Letter
  128. *PaperTray Letter: "statusdict begin lettertray end"
  129. *PaperTray Legal: "statusdict begin legaltray end"
  130. *PaperTray A4: "statusdict begin a4tray end"
  131. *PaperTray B5: "statusdict begin b5tray end"
  132. *?PaperTray: "
  133.  save statusdict begin
  134.   4 dict begin
  135.    /letter (Letter) def 
  136.    /legal (Legal) def
  137.    /a4 (A4) def
  138.    /b5 (B5) def
  139.    papersize {
  140.      {load exec} stopped not{= flush}if
  141.    }{
  142.      {load exec} stopped not{print (.Transverse) = flush}if
  143.    }ifelse
  144.   end
  145.  end restore
  146. "
  147. *End
  148.  
  149. *% The following entries provide information about specific paper keywords.
  150. *DefaultImageableArea: Letter
  151. *ImageableArea Letter: "15 11 597 781 "
  152. *ImageableArea Legal: "15 11 597 997 "
  153. *ImageableArea A4: "13 12 580 830 "
  154. *ImageableArea B5: "13 11 503 718 "
  155. *?ImageableArea: "
  156.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  157.   newpath clippath pathbbox
  158.   4 -2 roll exch 2 {ceiling cvp} repeat
  159.   exch 2 {floor cvp} repeat flush
  160.  restore
  161. "
  162. *End
  163.  
  164. *% These provide the physical dimensions of the paper (by keyword)
  165. *DefaultPaperDimension: Letter
  166. *PaperDimension Letter: "612 792"
  167. *PaperDimension Legal: "612 1008"
  168. *PaperDimension A4: "595 842"
  169. *PaperDimension B5: "516 729"
  170.  
  171. *DefaultOutputBin: Upper
  172. *DefaultInputSlot: None
  173.  
  174. *DefaultManualFeed: False
  175. *?ManualFeed: "
  176.   statusdict begin manualfeed 
  177.   {(True)}{(False)}ifelse = flush"
  178. *End
  179.  
  180. *DefaultOutputOrder: Normal
  181.  
  182. *DefaultCollator: None
  183. *DefaultSorter: None
  184. *DefaultDuplex: None
  185.  
  186. *% Font Information =====================
  187.  
  188. *DefaultFont: Courier
  189. *Font AvantGarde-Book: Standard "(001.002)"
  190. *Font AvantGarde-BookOblique: Standard "(001.002)"
  191. *Font AvantGarde-Demi: Standard "(001.003)"
  192. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  193. *Font Bookman-Demi: Standard "(001.001)"
  194. *Font Bookman-DemiItalic: Standard "(001.001)"
  195. *Font Bookman-Light: Standard "(001.001)"
  196. *Font Bookman-LightItalic: Standard "(001.001)"
  197. *Font Courier: Standard "(001.004)"
  198. *Font Courier-Bold: Standard "(001.004)"
  199. *Font Courier-BoldOblique: Standard "(001.004)"
  200. *Font Courier-Oblique: Standard "(001.004)"
  201. *Font Helvetica: Standard "(001.002)"
  202. *Font Helvetica-Bold: Standard "(001.002)"
  203. *Font Helvetica-BoldOblique: Standard "(001.002)"
  204. *Font Helvetica-Narrow: Standard "(001.002)"
  205. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  206. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  207. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  208. *Font Helvetica-Oblique: Standard "(001.002)"
  209. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  210. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  211. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  212. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  213. *Font Palatino-Bold: Standard "(001.002)"
  214. *Font Palatino-BoldItalic: Standard "(001.002)"
  215. *Font Palatino-Italic: Standard "(001.002)"
  216. *Font Palatino-Roman: Standard "(001.001)"
  217. *Font Symbol: Special "(001.003)"
  218. *Font Times-Bold: Standard "(001.002)"
  219. *Font Times-BoldItalic: Standard "(001.004)"
  220. *Font Times-Italic: Standard "(001.002)"
  221. *Font Times-Roman: Standard "(001.002)"
  222. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  223. *Font ZapfDingbats: Special "(001.002)"
  224. *?FontQuery: "
  225. save  2 dict begin /sv exch def
  226. /str 128 string def
  227. {
  228.   count 0 gt {
  229.     dup str cvs (/) print print (:) print
  230.     FontDirectory exch known {(Yes)}{(No)}ifelse = flush
  231.   }{ exit } ifelse
  232. } bind loop
  233. (*) = flush
  234. sv end restore
  235. "
  236. *End
  237.  
  238. *?FontList: "
  239. save  2 dict begin /sv exch def
  240. /str 128 string def
  241. FontDirectory { pop == } bind forall flush
  242. (*) = flush
  243. sv end restore
  244. "
  245. *End
  246.  
  247. *% Printer Messages (verbatim from printer):
  248. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  249. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  250. *Message: "\FontName\ not found, using Courier"
  251.  
  252. *% Status (format: %%[ status: <one of these> ]%% )
  253. *Status: "idle"
  254. *Status: "busy"
  255. *Status: "waiting"
  256. *Status: "printing"
  257. *Status: "warming up"
  258. *Status: "PrinterError:    PAPER JAM"
  259. *Status: "PrinterError:  CASSETTE EMPTY"
  260. *Status: "PrinterError:   CALL SERVICE"
  261.  
  262. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  263. *Source: "serial25"
  264. *Source: "AppleTalk"
  265. *Source: "Centronics"
  266.  
  267. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  268. *PrinterError: "   PAPER JAM"
  269. *PrinterError: " CASSETTE EMPTY"
  270. *PrinterError: "  CALL SERVICE"
  271.  
  272. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  273.  
  274. *% Color Separation Information =====================
  275.  
  276. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  277.  
  278. *InkName: ProcessBlack/Process Black
  279. *InkName: CustomColor/Custom Color
  280. *InkName: ProcessCyan/Process Cyan
  281. *InkName: ProcessMagenta/Process Magenta
  282. *InkName: ProcessYellow/Process Yellow
  283.  
  284. *%  For 60 lpi / 300 dpi  ===============================
  285.  
  286. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  287. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  288. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  289. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  290. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  291.  
  292. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  293. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  294. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  295. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  296. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  297.  
  298. *%  For 53 lpi / 300 dpi  ===============================
  299.  
  300. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  301. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  302. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  303. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  304. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  305.  
  306. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  307. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  308. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  309. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  310. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  311.  
  312. *% end of PPD file for Silentwriter 2 290
  313.